Einhugur Xml Plugin for Xojo

Node.InsertCopyAfter Method

Copies the specified attribute to become a attribute of this node by inserting the node after a specific attribute.

InsertCopyAfter(
   copied as EinhugurXml.Attribute,
   attr as EinhugurXml.Attribute) as EinhugurXml.Attribute

Parameters

copied
The attribute to be copied.
attr
Copied attribute will be inserted after the attribute in this parameter.

Returns

EinhugurXml.Attribute
Returns copied attribute, or empty attribute on error.

Remarks

See Also

Node Class